home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000240_amos-request@svcs1.digex.net_Mon Sep 22 14:52:54 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  57 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id OAA28204
  3.     for <mcox@access.digex.net>; Mon, 22 Sep 1997 14:52:52 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id JAA06024
  6.     for amos-out; Mon, 22 Sep 1997 09:09:31 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id JAA06021
  9.     for <amos-list@svcs1.digex.net>; Mon, 22 Sep 1997 09:09:31 -0400 (EDT)
  10. Received: from geocities.com (mail5.geocities.com [206.111.43.205])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id JAA06947
  12.     for <amos-list@access.digex.net>; Mon, 22 Sep 1997 09:09:30 -0400 (EDT)
  13. Received: from skol (skol.beer.bt.co.uk [132.146.248.225])
  14.     by geocities.com (8.8.5/8.8.5) with SMTP id GAA08477
  15.     for <amos-list@access.digex.net>; Mon, 22 Sep 1997 06:05:59 -0700 (PDT)
  16. Message-ID: <34266E10.19A9@geocities.com>
  17. Date: Mon, 22 Sep 1997 14:09:36 +0100
  18. From: Kevin Warren <keaven@geocities.com>
  19. Reply-To: keaven@geocities.com
  20. X-Mailer: Mozilla 3.01C-SEISMIC  (WinNT; I)
  21. MIME-Version: 1.0
  22. To: amos-list@access.digex.net
  23. Subject: Mouse pointer/sprite 0 invisible in compiled code on bootable disk.
  24. Content-Type: text/plain; charset=us-ascii
  25. Content-Transfer-Encoding: 7bit
  26. Status: O
  27. X-Status: 
  28.  
  29. This could be:
  30.  
  31. 1) Compiler bug.
  32. 2) Boot-disk maker bug.
  33. 3) Source code bug.
  34.  
  35. I would place money on option 2).
  36.  
  37. Scenario:
  38.  
  39. Mouse pointer is invisible in a pairs game I compiled and placed on a
  40. bootable disk using the boot-disk maker.  If you can place the invisible
  41. pointer on a card you can select/delselect it, so it still functions.
  42.  
  43. If I compile Planet Zybex (sample game on apps disk 2) and boot from
  44. floppy as above then the space ship is invisible, but able to shoot and
  45. die.  I believe it is sprite 0 (normally the mouse pointer).
  46.  
  47. The reason why I don't think it is a compiler bug is that if I boot my
  48. system off the hard disk first and then run it all is fine.
  49.  
  50. The reason why I don't think it is a source code bug is that I have
  51. checked that HIDE is OFF.  What else can be effecting it?
  52.  
  53. Why do I think it is the boot-disk maker then if the mouse.device file
  54. exists?  Pass.  Mayber the boot configuration is wrong or something.
  55.  
  56. Side note:  Planet Zybex is difficult enough, without the spaceship
  57. being invisible!  (Can anyone actually get anywhere with this game?)